Don't run network stop script when doing xend stop.
authorchris@ubuntu.eng.hq.xensource.com <chris@ubuntu.eng.hq.xensource.com>
Tue, 25 Oct 2005 02:04:30 +0000 (19:04 -0700)
committerchris@ubuntu.eng.hq.xensource.com <chris@ubuntu.eng.hq.xensource.com>
Tue, 25 Oct 2005 02:04:30 +0000 (19:04 -0700)
commitbe8604faf3df2bc567138a9ef4a1e717852a994d
tree28c100992b956900cd0e2962320a99bc5197af64
parent9b6fdc5d38f582d649661a476e77fac2ff313205
Don't run network stop script when doing xend stop.
It doesn't make sense to undo the network configuration when stopping
xend since that would cut off all VMs from the network.  Undoing the
network setup should be an option independent of xend stop.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
tools/python/xen/xend/server/SrvDaemon.py